/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Navbar */

.nav-container {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	color: white;
	justify-content: space-around ;
}

.logo {
	width: 60px;
	height: 60px;
}

.menu {
  list-style: none;
  gap: 20px;
	display: flex;
	color: white;
}

.menu {
  list-style: none;
  gap: 20px;
	display: flex;
	margin-left: auto;
	margin-right: 10px;
align-items: center; /* Centers vertically */
	color: white;}
.menu li a {color: white;
	text-decoration: none;
}
.menu li { 
  position: relative;
  cursor: pointer;
}

.menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  color: #00674F;
  list-style: none;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.menu .dropdown-menu img {
	width: 50px; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu .dropdown-menu li a {color: #00674F;}
.menu .dropdown-menu li {
	color: #00674F;
  padding: 10px 20px;
	white-space: nowrap;}

.menu .dropdown-menu li:hover {
	color: white;
  background-color: #e7f3ed;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar {
	 position: fixed;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-around;
  background: #00674F;
	padding: 10px;
}


.social-icons img {
  width: 30px;
	height: 30px;
  margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

.social-icons {
	justify-content:flex-end;
	align-items:flex-end;
}

.contact { bottom: 0;
	right: 0;
	position: fixed;
	z-index: 2;
	margin: 50px;
}

.contact img{ background-color: #25D366;
	border-radius: 50px;
	padding: 7px;
	width: 60px;
	align-content: center;}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 750px;
  background: rgba(0, 0, 0, 0.5);
	z-index: 1;}

.background-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Full height */
    background-image: url('your-image.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
            position: relative;
            width: auto;
            height: 750px;
            overflow: hidden; 
        }

.image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }

        .overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 45px;
            font-weight: bold;
            text-align: center;
            text-shadow: 0px 0px 100px rgba(0, 0, 0, 0.7);
			line-height: normal;
			padding-top: 50px;
			z-index: 2;
		}
.container {
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
	margin-top: 30px;
}

.intro-left  {max-width: 400px;
	padding: 20px;
}
.intro-right {max-width: 600px; 
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	color: black;
}

.intro-left img {width: 300px;
}

.funding-left  {max-width: 600px;
	padding: 20px;
}
.funding-right {max-width: 400px; 
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	color: black;
}

.funding-right img {width: 250px;
}


.container2 { max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	margin-top: 20px;
}

.word h2 {text-align: center;
	color: #00674F ;
}

.benefit {
    background-color: #E1EFEC;
    color: #00674F;
    width: 300px;
	height: 230px;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 5px;
  transition: all 0.3s ease;
	
}

.benefit:hover {transform: scale(1.03)}

.benefit img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

   faq {
      font-family: Arial, sans-serif;
      margin: auto;
    }

    .faq-section {
      max-width: 900px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 10px;
    }

    .faq-question {
      background-color: #e7f3ed;
      border: 1px solid #ddd;
      padding: 15px;
      margin: 15px 0;
      cursor: pointer;
      font-weight: bold;
      border-radius: 10px;
      transition: background-color 0.3s;
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    }
    .faq-question:hover {
      background-color: #e2e2e2;
    }

    .faq-answer {
      padding: 15px;
      border: 1px solid #ddd;
      border-top: none;
      margin-bottom: 10px;
      display: none;
      border-radius: 0 0 5px 5px;
      background-color: #fff;
    }

/* why choose us */

.container3 {
	max-width: 950px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
    background-color: #e7f3ed;
	border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}

.why-left  {max-width: 500px;
	padding: 20px;
}
.why-right {max-width: 500px; 
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.why-left img {width: 380px;
	border-radius: 10px;
}

       

        .why-right { text-align: left;
        }

        .why-right h2 {
            color: #333;
        }

.why-right h2 span {
            color: #00674F
        }

.cta {
    background-color: #004d40;
    color: white;
    text-align: center;
    padding: 20px;
	margin-top: 30px
}

.cta h2 {
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00bfa5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.container4 { max-width: 2000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}

footer {
  background-color: #00674F; 
  color: white;
  padding: 20px 0;
}
.footer-left  {max-width: 500px;
	padding: 20px;
	
}
.footer-right {max-width: 500px; 
	flex-wrap: wrap;
	padding: 20px;
}

.footer-left img {width: 100px;
	height: 100px;
}
.footer-left h3 {margin-top: 20px;
}

.footer-right a { color: white; text-decoration: none; }

.footer-right a:hover { text-decoration: underline; }



.social-icons img { width: 30px; 
	height: 30px; 
}

.footer-center a { color: white; 
	text-decoration: none; 
	font-weight: bold; }
.footer-center {
	text-align: center;
	padding-bottom: 20px;
    border-bottom: 1px solid white;}
.footer-center a:hover { 
	text-decoration: underline; 
}

.copyright p {
    padding-top: 15px;
    text-align: center;
	align-content: center;
	font-size: 15px;
}